home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
cg.lha
/
cg
/
m2c
/
GramYacc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-24
|
354b
|
17 lines
#define DEFINITION_GramYacc
#ifndef DEFINITION_IO
#include "IO.h"
#endif
#ifndef DEFINITION_Tree
#include "Tree.h"
#endif
extern IO_tFile GramYacc_yyf;
extern PROC GramYacc_Exit;
extern void GramYacc_ParsSpec ARGS((Tree_tTree t));
extern void GramYacc_BeginGramYacc ARGS(());
extern void GramYacc_CloseGramYacc ARGS(());
extern void BEGIN_GramYacc();